home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Extra 1996 #2
/
Amiga Plus CD - 1996 - No. 2 Extra.iso
/
monumentdesigner
/
prüfe_main_def
< prev
next >
Wrap
Text File
|
1995-09-07
|
537b
|
28 lines
ECHO "-------------------------------------------"
ECHO "--- Main.def wird geprüft ----"
ECHO "-------------------------------------------"
FailAt 41
version Main.def 2 0
IF WARN
echo "Die Datei <Main.def> ist älter als Verion 2."
echo "Main.def wird neu erzeugt. Die alte Datei"
echo "wird nach Main.def_old_2 kopiert."
COPY >nil: Main.def Main.def_old_2
COPY Prefs/Main.def Main.def
ELSE
echo "Die Datei <Main.def> entspricht der Verion 2."
echo "Alles in Ordnung."
ENDIF
echo ""
c:ask "<RETURN> - Taste"